﻿
/*積分獎賞*/

.big {
    clear: both;
}

@media (min-width: 1024px) {
    .big {
        padding: 0px 10px;
    }
}

.big a {
    color: #333;
}

    .big a:hover {
        text-decoration: none;
        /*color: #666;*/
    }
/* 面包屑 */
.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }


.content .right {
    width: 85%;
    float: left;
}

    .content .right p.r_title {
        font-size: 17px;
        line-height: 40px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .content .right p.r_title .layui-icon {
            font-size: 20px;
            position: absolute;
            left: 10px;
            display: none;
        }

.reward {
    width: 100%;
    /*line-height:260px;*/
}

    .reward .list {
        width: 50%;
        /*float: left;*/
        display: inline-block;
        padding: 10px;
    }

        .reward .list .lleft {
            width: 23%;
            float: left;
        }

            .reward .list .lleft img {
                width: 100%;
            }

        .reward .list .lright {
            width: 72%;
            margin-left: 5%;
            float: left;
        }

            .reward .list .lright p {
                /*line-height: 25px;*/
                margin-bottom: 10px;
            }

                .reward .list .lright p.title {
                    font-weight: 600;
                    font-size: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

    .reward .no-gift {
        text-align: center;
        margin-top: 10px;
    }

        .reward .no-gift img {
            width: 170px;
        }

        .reward .no-gift p {
            color: #8f8f94;
            font-size: 16px;
            margin-top: 10px;
            line-height: 260px;
        }

@media only all and (max-width:1023px) {
    .main_head, .main_footer {
        display: none;
    }

    .location {
        display: none;
    }

    .content {
        padding: 0px;
    }

        .content .left {
            display: none;
        }

        .content .right {
            width: 100%;
        }

            .content .right p.r_title {
                text-align: center;
            }

                .content .right p.r_title .layui-icon {
                    display: block;
                }

    .reward .list {
        width: 100%;
        float: none;
        clear: both;
    }

        .reward .list .lright p {
            margin-bottom: 5px;
            font-size: 12px;
        }

            .reward .list .lright p.title {
                font-size: 13px;
            }
}
